* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;}
a{text-decoration:none;}
div,td,input,body,textarea,select {
	font-family:Arial;
	font-size:12px;

}
body,form,p {
	margin:0px;
}
body{
	text-align:center;
	background:url(img/xian.jpg) repeat-x;
}
html{
	overflow-x:hidden;
}
/***全局属性***/
.man,.hed,.mnu,.ban,.fot,.bas,.bac{
	margin:auto;
	width:100%;
}
.hed{
	height:95px;
}
.pth,.com{
	float:left;
	width:100%;
}
.bod{
	width:996px; /*整体宽度*/
	margin:auto;
}

.lft{
	float:left;
	width:209px; /*左边宽度*/

}
.rgt{
	float:left;
	width:772px; /*右边宽度*/
	background:#ffffff;
	padding-bottom:30px;
}
/***分页导航条***/

.gbf {
    border-top:2px solid #969696;
    width:100%;
    text-align:left;
	margin-top:50px;
	padding-top:18px;
	padding-bottom:47px;
	color:#6f6f6f;
	float:left;
}
.gbf img {
	vertical-align:middle;
}
.gbf  .n,.gbf  .h,.gbf  .d {
	display:inline-block;
	width:35px;
	line-height:29px;
	height:29px;
	text-align:center;
	padding-top:0px;
	vertical-align:middle;
}
.gbf  .n {
	background:url("img/n.gif");
	color:#b9b9b9; /*常态色*/
}
.gbf a{
color:#b9b9b9;
}
.gbf  .n:hover{
	background:url("img/h.gif");
	color:#b9b9b9; /*重点色*/
}
.gbf  .d{
	background:url("img/h.gif");
	color:#fff; /*重点色*/
	font-weight:bold;
}
.gbf .to{
	width:34px!important;
	*width:26px!important;
	width:26px;
	height:26px!important;
	*height:18px!important;
	height:18px;
	border:0px;
	background:url("img/to.gif");
	vertical-align:middle;
	padding:4px;
	margin:0px;
}
.gbf .btn{
	width:45px;
	height:26px;
	border:0px;
	background:url("img/btn.gif");
	vertical-align:middle;
	margin:0px;
}
/***订购部分按钮***/
.odr_add{
	float:left;
	background:url("img/odr_add.gif");
	width:127px;
	height:36px;
	cursor:pointer;
}
.odr_del{
	float:left;
	background:url("img/odr_del.gif");
	width:127px;
	height:36px;
	cursor:pointer;
}
.odr_end{
	float:left;
	margin-left:8px;
	background:url("img/odr_end.gif");
	width:127px;
	height:36px;
	cursor:pointer;
}
.odr_add input{
	width:210px;
	height:24px;
	margin-top:6px;
	text-align:left;
}
